home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Libraries / grayimage / c++ next >
Encoding:
Text File  |  1994-06-30  |  433 b   |  9 lines  |  [TEXT/R*ch]

  1. #!/bin/csh
  2. #    GNU C++ compilation
  3. /usr/local/bin/gcc -c -O -pipe -W -Wall -Wpointer-arith -Wenum-clash -Woverloaded-virtual \
  4. -Wstrict-prototypes -Wmissing-prototypes # -Wredundant-decls \
  5. -finline-functions  -fforce-mem # -funsigned-char # -fshort-enums \
  6. -fforce-addr -fstrict-prototype -felide-constructors # -fexternal-templates \
  7. -fsave-memoized -fomit-frame-pointer -freg-struct-return \
  8. -I. -I{$HOME}/croot/c++-include/ -I- $*
  9.